/*
 * Skin: admin
 * ----------
 */
 
 
 /*admin LTE*/
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  min-width: 1199px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
a {
   color: #db020a;
}
a:hover,
a:active,
a:focus {
  color: #333333;
  outline: none;
  text-decoration: none;
}
button:hover,
button:active,
button:focus {
  outline: none;
}

label {
  font-weight: 600;
}
.wrapper {
  height: 100vh;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.content-wrapper,
.right-side,
.main-footer {
  margin-left: 230px;
  z-index: 820;
}
.content-wrapper,
.right-side {
  height: calc(100% - 68px);
  min-height: calc(100% - 68px);
  overflow-y: auto;
  background-color: #ecf0f5;
  z-index: 800;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
.main-header {
  position: relative;
  max-height: 68px;
  z-index: 1030;
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.125);
}
.main-header .logo {
  display: block;
  float: left;
  text-align: center;
  width: 230px;
  overflow: hidden;
}
.main-header .navbar {
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
.navbar-custom-menu > .navbar-nav {
	margin: 0;
}
.navbar-custom-menu > .navbar-nav > li {
	position: relative;
	display: block;
	float: left;
}
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: calc(100% - 68px);
  width: 230px;
  z-index: 810;
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu > li .badge {
  margin-top: 3px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative!important;
    float: right;
    width: auto!important;
    left: 180px !important;
    top: -22px !important;
    z-index: 900;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin: 0;
    background-image: url(../img/logo_admin_creator_mini.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 20px;
    height: 44px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}
.btn {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/*.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}*/
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-secondary {
  background-color: #70737e;
  border-color: #70737e;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.hover {
  background-color: #444755;
  color: #ffffff;
}

.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #ff0000;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}








 
 
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
 
 
 /*end admin LTE*/
 
 
 
 
body.skin-admin {
  font-size: 15px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.skin-admin .main-header .navbar {
  background-color: #ffffff;
}
.skin-admin .main-header .navbar .nav > li > a {
  margin: 14px 30px 0 0;
}
.table > caption + thead > tr:first-child > td, 
.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > td, 
.table > thead:first-child > tr:first-child > th,
.table > thead.stats-page-table > tr > th {
	font-weight: 600;
}
.skin-admin .main-header .navbar .sidebar-toggle {
  color: #333333;
  font-size: 24px;
  line-height: 68px;
  padding: 0 30px;
}
.skin-admin .main-header .logo {
    border-bottom: 0;
    padding: 9px 15px;
    height: 68px;
    line-height: inherit;
}
.skin-admin .content-header {
  background: transparent;
  padding: 15px 30px 0 30px;
}
.skin-admin .user-panel > .info,
.skin-admin .user-panel > .info > a {
  color: #fff;
}
.skin-admin .sidebar-menu > li > a span {
  margin-left: 5px;
}
.skin-admin .sidebar a:hover {
  text-decoration: none;
}
.skin-admin.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0;
}
.skin-admin.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}
.skin-admin .content-wrapper, 
.skin-admin .right-side {
  background-color: #f6f5f7;
}
.skin-admin .main-sidebar, 
.skin-admin .left-side {
	padding-top: 68px;
}

.skin-admin .pagination > .active > a, 
.skin-admin .pagination > .active > a:focus, 
.skin-admin .pagination > .active > a:hover, 
.skin-admin .pagination > .active > span, 
.skin-admin .pagination > .active > span:focus, 
.skin-admin .pagination > .active > span:hover {
  background-color: #444755;
  border-color: #353847;
  color: #ffffff;
  cursor: default;
  z-index: 3;
}
.skin-admin .pagination > li > a:focus, 
.skin-admin .pagination > li > a:hover, 
.skin-admin .pagination > li > span:focus, 
.skin-admin .pagination > li > span:hover {
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #333333;
  z-index: 2;
}
.skin-admin .glyphicon.glyphicon-remove {
  top: 2px;
}
.skin-admin .glyphicon.glyphicon-remove {
  /*color: #a20501;*/
}
.skin-admin .glyphicon.glyphicon-minus-sign {
    color: #a20501;
}
.skin-admin .glyphicon.glyphicon-bell {
    color: #d05003;
}

.skin-admin .table-hover > tbody > tr:hover {
  background-color: #ebe9ec;
}
.skin-admin .form-group .input-daterange {
  border-left: 1px solid #d2d6de;
}
.skin-admin .form-group.has-success .input-daterange {
  border-left: 1px solid #00a65a;
}
.skin-admin .form-group.has-error .input-daterange,
.skin-admin .form-group.has-error-publicated_to .input-daterange {
  border-left: 1px solid #ff0000;
}
.skin-admin .input-group .form-control {
  border-radius: 0;
}
.skin-admin .content-header > h1 {
  font-size: 28px;
}
.skin-admin .content-header .template-name {
	margin: 10px 0 0 0;
}
.skin-admin .btn-group-sm > .btn, 
.skin-admin .btn-sm {
  font-size: 15px;
}
.skin-admin .close {
  font-size: 36px;
  opacity: 0.4;
  line-height: 0.6;
}
.skin-admin .close:focus, 
.skin-admin .close:hover {
  opacity: 0.7;
}
.skin-admin .imageStack-item, .ui-state-highlight {
  border: 1px solid #777777;
}
.skin-admin .input-sm {
 font-size: 15px;
}
.skin-admin .modal-lg {
    width: 950px;
}
.skin-admin .btn-primary, 
.btn-primary {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 5px;
  padding: 6px 20px;
}
.skin-admin .btn-default {
  background-color: #db020a;
  color: #ffffff;
  padding: 10px 15px;
}
.skin-admin .btn-default.btn-gray {
  background-color: #878a98;
}

.skin-admin .btn-default.btn-back {
  background-color: #dddbdf;
  border-color: #c3c3c3;
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  /*padding: 6px 20px;*/
}
.skin-admin .btn-default:hover,
.skin-admin .btn-default:focus,
.skin-admin .btn-default:active {
  background-color: #444755;
  color: #ffffff;
}
.skin-admin .btn-default span {
  margin-left: 5px;
}
.skin-admin .content {
  padding: 25px 30px 50px 30px;
}
.skin-admin .table-buttons-normal .dt-buttons .btn.btn-primary {
  margin-bottom: 20px;
}
.skin-admin .imgStack {
  margin: 10px 0;
}
.skin-admin .tableTop {
  margin-bottom: 30px;
}
#leafletTop-table.drop-active{
	background: repeating-linear-gradient(45deg,rgba(255,0,0,0.1),rgba(255,0,0,0.1) 5px,rgba(0,0,0,0) 5px,rgba(0,0,0,0) 10px);   
}
#leafletTop-table.drop-active *{
	border-color: transparent;
	background: transparent;
}
.skin-admin .table {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.skin-admin table.dataTable {
	margin-bottom: 15px;
}

.skin-admin .table > thead > tr > th {
  border-bottom: 2px solid #db020a;
}

.table > thead.stats-page-table th {
  border-top: none;
}


.table > thead.stats-page-table tr:first-child th:nth-child(2),
.table > thead.stats-page-table tr:first-child th:nth-child(3) {
	text-align: center;
  border-bottom: none;
  background-color: #f3f3f3;
  border-left: 3px solid #ffffff;
}

.skin-admin .table .state-0 span,
.skin-admin .table .state-1 span,
.skin-admin .table .state-2 span,
.skin-admin .table .state-3 span,
.skin-admin .table .pubstate-0 span,
.skin-admin .table .pubstate-1 span,
.skin-admin .table .pubstate-2 span {
	padding: 1px 0;
	display: inline-block;
	width: 110px;
	text-align: center;
}
.skin-admin .table .state-0 span {
	background: #e3e3e3;
}
.skin-admin .table .state-1 span {
	background: #fef5b8;
}
.skin-admin .table .state-2 span {
	background: #bae9b5;
}
.skin-admin .table .state-3 span {
	background: #febdb6;
}
.skin-admin .table .pubstate-0 span {
	background: #e3e3e3;
}
.skin-admin .table .pubstate-1 span {
	background: #bae9b5;
}
.skin-admin .table .pubstate-2 span {
	background: #d6e8f2;
}
.skin-admin .previewTitle {
	text-align: center;
	margin: 0 0 10px 0;
}
.skin-admin .previewText {
	text-align: center;
	font-size: 18px;
}
.newStateRadio {
  background: #fbf0d1;
  /*border: 2px solid #fee9ac;*/
  margin: 0 0 20px;
  padding: 10px 15px 5px;
}
.newStateRadio.vyplnto {
  background: #ffe1e2;
  border: 2px solid #c8020b;
}
.newState2Label,
.newState3Label {
  margin-left: 3px;
}
.newState2Label {
  margin-right: 30px;
}
.modal-schval textarea {
  border: 1px solid #cccccc;
  height: 150px;
  width: 398px;
  padding: 10px;
}
.modal-schval table {
  max-width: 95%;
}
.modal-schval select {
  margin: 0 0 15px;
  width: 400px;
  height: 35px;
}

.skin-admin .form_image {
  margin: 15px 0;
}
.skin-admin .alert-info,
.skin-admin .alert-important {
background-color: #ffe199 !important;
border-color: #fccc58;
color: #333333 !important;
}
/* .jstree-default .jstree-anchor {
  height: 28px;
  line-height: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
  background-color: #ffffff;
}
.jstree-default .jstree-wholerow.jstree-wholerow-hovered {
    background: #ebe9ec;
}
.jstree-default .jstree-wholerow.jstree-wholerow-clicked {
	background: #dddbde;
}*/

.leaflet-info {
  background: #f3f3f3;
  margin: 0 0 30px;
  padding: 15px 20px;
}
.leaflet-info-left,
.leaflet-info-right {
  float: left;
  width: 50%;
}
.leaflet-info-right {
  padding-left: 20px;
}
.leaflet-info-right ul {
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 15px;
}
.leaflet-info span {
	font-weight: 600;
	margin-right: 10px;
}
.dashboard-info {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.dashboard-info li {
	background: #ffffff;
	padding: 15px 20px;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.dashboard-info li .dashboard-text {
	
	display: inline-block;
	margin-right: 20px;
}
.dashboard-info li .dashboard-number {
	font-weight: 700;
	display: inline-block;
	font-size: 24px;
	color: #a3020a;
}
 .brandVisible-0, .catsVisible-0 {
  color: #a20501;
}
.navbar-user {
  line-height: 34px;
  margin: 18px 35px 0 0;
}

.navbar-user span {
  font-weight: 600;
}

.skin-admin .form-group.sticky-form-bar {
	position: sticky;
	bottom: 0;
	padding: 15px 30px;
	margin: 20px -30px -50px -30px;
	background-color: rgba(112, 115, 126, 0.7);
	max-width: inherit;
	z-index: 500;
}
.skin-admin .form-group.sticky-form-bar .btn-primary {
	padding: 10px 20px;
}
.skin-admin .form-group.sticky-form-bar .btn-default.btn-gray {
  background-color: #666974;
  line-height: 1.5;
  font-size: 15px;
  margin-right: 10px;
}
.skin-admin .form-group.sticky-form-bar .btn-default.btn-gray:hover {
  background-color: #444755;
}

table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
	font-weight: 400;
}



.tab-content {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 20px;
  overflow: hidden;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td,
 .table > thead > tr > th {
	vertical-align: inherit;
}
.def-app-image img {
	max-width: 322px;
	max-height: 182px;
	margin-bottom: 15px;
	border: 1px solid #dddddd;
	display: block;
}
.tab-apps {
	max-width: 1200px;
	margin-top: 20px;
}

.nav-tabs.tab-apps > li > a {
  color: #555555;
  font-size: 16px;
	cursor: default;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}
.nav-tabs.tab-apps > li.active > a, 
.nav-tabs.tab-apps > li.active > a:focus, 
.nav-tabs.tab-apps > li.active > a:hover {
    color: #db020a;
	background-color: #fff;
	border-bottom-color: transparent;
}
.apps-tabs {
	max-width: 1200px;
	padding: 20px 20px 0 20px;
}
.apps-tabs .panel {
  margin-top: 0;
}
.apps-tabs .ui-sortable-helper .panel-body {
	background-color: #e2e0e3;
}

.apps-tabs .panel-body {
	padding: 15px;
	background-color: #f6f5f7;
}
.skin-admin .apps-tabs .form-group {
	margin-bottom: 20px;
}
.panel {
  /*margin-top: 20px;*/
  border-radius: 0;
  max-width: 1200px;
}
.panel-default {
  max-width: 500px;
}
.panel-title > a {
  display: block;
}
.panel-title a.collapsed:after {
  content: "+";
}
.panel-title a:after {
  content: "−";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
  right: -15px;
  font-size: 14px;

}

.panel-default .list-group-item span {
  display: inline-block;
  float: right;
}

.import-in-progress .progress-text {
  font-size: 13px;
}
.import-in-progress .progress {
  background-color: #ffffff;
  width: 185px;
}
.btn-legend {
  background: #8c8e9d;
  border-color: #717480;
  color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 15px;
  line-height: 1.5;
}
.btn-legend:hover, 
.btn-legend:active, 
.btn-legend.hover {
  background-color: #5b5e6e;
  border-color: #4f515f;
  color: #ffffff;
}
.dataTable button,
.custom-tree-control button {
	margin-right: 3px;
	background-color: #878a98;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	padding: 4px 10px 2px 10px;
}
.custom-tree-control button {
	line-height: 20px;
}
.dataTable button.delete,
.custom-tree-control button.delete {
	background-color: #db020a;
}
.dataTable button.schval-state-1,
.custom-tree-control button.schval-state-1 {
	background-color: #ff9625;
}
.dataTable button:hover,
.custom-tree-control button:hover {
	background-color: #444755;
}

.table-buttons .dt-buttons {
  float: right;
}
.table-buttons .dt-buttons {
  margin-bottom: 15px;
}


.apps-dialog-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(80,80,80,0.8);
	z-index: 32000;
	left:0;
	top:0;
}
.apps-dialog-back.confirm {
	height: 115px;
}
.apps-dialog-back {
	width: 500px;
	height: 160px;
	border-radius: 5px;
	background: #FFFFFF;
	margin: auto;
	padding: 20px 20px 10px 20px;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	position: absolute;
}
.apps-dialog-overlay .apps-dialog-back .form-group {
	margin-bottom: 15px;
}
.apps-dialog-overlay .apps-dialog-back .form-group.btn-group{
	width: 100%;
	margin: 0;
}
.apps-dialog-overlay .apps-dialog-back .form-group.btn-group button{
	float: right;
}
.apps-dialog-overlay .apps-dialog-back .form-group.btn-group .btn-default{
	width: 70px;
}
.apps-dialog-overlay .apps-dialog-back .form-group.btn-group .btn-gray{
	margin-left: 10px;
}
.field-hint {
	font-style: italic;
}

/*prehled sablon*/
.template-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-width: 1200px;
}
.template-list li {
	margin: 0 0 20px 0;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.template-list li .template-image {
	margin: 0;
	width: 25%;
	height: auto;
	float: left;
}
.template-list li .template-image img {
	width: 100%;
	height: auto;
	border: 1px solid #dddddd;
}

.template-list li .template-text {
	margin: 0;
	padding: 0 20px;
	width: calc(75% - 215px);
	height: auto;
	float: left;
}
.template-list li .template-name {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
}

.template-list li .template-links {
	margin: 0;
	width: 215px;
	height: auto;
	float: left;
}
.template-list li .template-links a,
.template-list li .template-links a.btn-primary {
	margin: 0 0 5px 0;
	padding: 7px 10px 7px 15px;
}
.template-list li .template-links a
 {
	background-color: #444755;
	color: #ffffff;
	display: inline-block;
	min-width: 215px
}
.template-list li .template-links a span {
	margin: 0 0 0 10px;
}
.template-list li .template-links a:hover {
	background-color: #db020a;
}



.skin-admin .form-group {
	margin-bottom: 25px;
  position: relative;
  max-width: 1200px;
}
.skin-admin .form-group.full-width {
	max-width: 100%;
}
.skin-admin .image-item,
.skin-admin .video-item {
	border-color: rgba(0,0,0,0.3);
	margin: 0 0 5px 0;
}
.skin-admin .video-item {
        float: left;
}
.video-preview-item {
    float: left;
    margin-left: 20px;
}

.video-preview-item .control-label,
.video-preview-item .field-hint {
display: none;
}
.skin-admin .image-item .btn,
.skin-admin .video-item .btn {
	padding: 4px 7px;
	top: 2px;
	line-height: 1.5
}
.skin-admin .image-item {
	line-height: 174px;
}
.skin-admin .image-item .btn .glyphicon,
.skin-admin .video-item .btn .glyphicon {
	top: 2px;
}
.skin-admin .image-item .btn.image-remove,
.skin-admin .video-item .btn.image-remove {
	right: 6px;
}
.skin-admin .image-item .btn.image-change,
.skin-admin .video-item .btn.image-change {
	right: 34px;
}
.skin-admin .image-item .btn.image-preview,
.skin-admin .video-item .btn.image-preview {
	right: 62px;
}
.form-group .input-daterange,
.form-group .colorpicker-component {
	width: 500px;
}
.form-group .colorpicker-component .colorpicker {
	right: 0;
	left: auto;
	z-index: 8;
}
.skin-admin .form-group input[type="file"] {
	height: auto;
}
.skin-admin .params-head {
	font-size: 20px;
	font-style: italic;
	margin: 10px 0;
}
.skin-admin .first-group .col-md-8 {
	float: right;
}
.skin-admin .first-group .col-md-4 {
	float: left;
}



/*logo - max sirka 200 px, max vyska 44px*/
.main-header .logo .logo-lg {
    display: block;
    background-image: url(../img/logo_admin_creator.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 200px;
    height: 50px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
  display: none;
}
.main-header .logo .logo-mini {
  display: none;
}

/*leve menu*/
.skin-admin .main-header .logo {
  background-color: #70737e;
  color: #ffffff;
}
.skin-admin .main-header .logo:hover {
  background-color: #5b5e6e;
}
.skin-admin .wrapper,
.skin-admin .main-sidebar,
.skin-admin .left-side {
  background-color: #444755;
}
.skin-admin .sidebar-menu > li.header {
  background: #444755;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 15px 15px 25px;
  text-transform: uppercase;
}
.skin-admin .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  color: #cccccc;
  margin-bottom: 2px;
}
.skin-admin .sidebar-menu > li:hover > a,
.skin-admin .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #353847;
}
.skin-admin .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-admin .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-admin .treeview-menu > li.active > a,
.skin-admin .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-admin .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-admin .sidebar-form input[type="text"],
.skin-admin .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-admin .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-admin .sidebar-form input[type="text"]:focus,
.skin-admin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-admin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-admin .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

/*RedButton preview image*/
.skin-admin .rb-screen-button {
	margin-top: 15px;
}

.skin-admin .rb-screen-button .btn i {
	margin-right: 7px;
}
.skin-admin .rb-screen-image img {
	max-width: 80vw;
	height: auto;
}

/*skin red - OK*/
.red.skin-admin .btn-primary, 
.red .btn-primary {
  background-color: #db020a;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}
.red.skin-admin a.btn-primary, 
.red a.btn-primary {
  padding: 10px 20px 10px 15px;
}
.red.skin-admin .main-header .navbar .nav > li > a,
.red.skin-admin .main-header .navbar .nav .open > a,
.red.skin-admin .main-header .navbar .nav .open > a:hover,
.red.skin-admin .main-header .navbar .nav .open > a:focus,
.red.skin-admin .main-header .navbar .nav > .active > a {
  background-color: #db020a;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 20px 10px 15px;
}
.red.skin-admin.login-page .btn-primary {
  padding: 10px 0;
}
.red.skin-admin .main-header .navbar .sidebar-toggle:hover {
  color: #db020a;
}
.red.skin-admin .main-header .navbar .nav > li > a:hover,
.red.skin-admin .main-header .navbar .nav > li > a:active,
.red.skin-admin .main-header .navbar .nav > li > a:focus,
.red.skin-admin .btn-primary:hover, 
.red.skin-admin .btn-primary:active, 
.red.skin-admin .btn-primary.hover,
.red .btn-primary:hover, 
.red .btn-primary:active, 
.red .btn-primary.hover,
.red .btn-primary.active.focus, 
.red .btn-primary.active:focus, 
.red .btn-primary.active:hover, 
.red .btn-primary.focus:active, 
.red .btn-primary:active:focus, 
.red .btn-primary:active:hover {
  background-color: #444755;
  color: #ffffff;
}
.red.skin-admin .table-striped.tableTop > tbody > tr,
.red.skin-admin .table-striped.tableTop > tbody > tr:nth-of-type(2n+1) {
  background-color: #fddfcc;
}
.red.skin-admin .table-striped.tableTop > tbody > tr.tableTop-rowTop {
  background-color: #fec7a6;
}
.red .drop-active,  
.red .drop-active td {
  background-color: #fff1c7;
}
.red .drop-active[data-pos='1'],  
.red .drop-active[data-pos='1'] td {
  background-color: #fde399;
}
.red .panel-title > a:hover,
.red .panel-title > a:active,
.red .panel-title > a:focus {
  color: #d04e00;
}
.red .stats-table-summary td {
  color: #953a01;
}
.red .stats-table-summary,
.red .stats-leaflet-brand {
  background-color: #fddfcc;
}
.red .import-in-progress {
  background-color: #fddfcc !important;
}
.red .import-in-progress .progress-bar {
  background-color: #d75100;
}
.red .table-buttons a.dt-button {
background: -moz-linear-gradient(top, #ffffff 0%, #fde399 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#fde399 100%);
background: linear-gradient(to bottom, #ffffff 0%,#fde399 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fde399',GradientType=0 );  
}
.red.skin-admin .sidebar-menu > li:hover > a,
.red.skin-admin .sidebar-menu > li.active > a {
  border-left-color: #db020a;
}
.red.skin-admin .sidebar-menu > li.header {
  color: #ffffff;
}






/*login page - OK*/
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin: 0 0 15px 0;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
    display: inline-block;
    background-image: url(../img/logo_login_creator.png);
    width: 320px;
    height: 50px;
    color: #444;
}
.login-page, 
.register-page {
  background: #444755;
}
.login-screen-links {
text-align: center;
margin-top: 10px;
}
.login-screen-links a{
color: #FFF;
}
.login-screen-links a:hover{
color: #DDD;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
  font-size: 16px;
}
.auth-links a {
  color: #db020a;
}
.social-auth-links {
  margin: 10px 0;
}




.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error label {
  color: #ff0000;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #ff0000;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #ff0000;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
  font-size: 14px;
}

.icheck > label div {
	margin-right: 5px;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}





table.dataTable {
    width: 100% !important;
}

.skin-admin .pagination > li > a, 
.skin-admin .pagination > li > span {
	color: #333333;
}

.skin-admin .btn-link {
	color: #878a98;
}

.skin-admin .btn-link .glyphicon-remove {
	color: #db020a;
}

.skin-admin .btn-link:hover,
.skin-admin .btn-link:focus,
.skin-admin .btn-link:hover .glyphicon-remove,
.skin-admin .btn-link:focus .glyphicon-remove {
	color: #444755;
}

.skin-admin .icheckbox_square-gray {
	margin-right: 8px;
}

.skin-admin .role-row {
	margin: 20px 0;
	color: #666666;
}

.skin-admin .role-row .role-name {
	font-style: italic;
	font-weight: 700;
}

.skin-admin .role-row .role-desc {
	font-style: italic;
}
.skin-admin .advertUrl {
    padding-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.skin-admin .advertUrl .advertNone {
    color: #db020a;
}
.skin-admin .advertUrl .advertUrlFilled {
    color: #878a98;
}

.hraParams .list-group-item,
.skinParams .list-group-item {
	margin-bottom: 2px;
	border-radius: 0;
	border: 0;
}
.skinParams {
    max-width: 1200px;
}
.skinParams .form-group {
    margin-bottom: 10px;
}
.skinParams .skin-advert-check .checkbox label {
    padding-left: 0;
}
.dataTable button.activated {
	background-color: #5e9a39;
        cursor: default;
}
.navbar-custom-title {
    float: left;
    font-size: 24px;
    margin: 15px 0 0 30px;
    color: #db020a; /*gray #444755*/
	/*text-transform: uppercase;*/
}

/*custom tree*/
.custom-control {
	position: relative;
	display: block;
}
.custom-tree-control,
.custom-tree-control ul {
	padding: 0;
	list-style-type: none;
}
.custom-tree-control .iradio_square-gray,
.custom-tree-control .checkbox_square-gray {
	margin: 2px 10px 0 0;
}
.custom-tree-control .is-checked ul .iradio_square-gray {
	background-position: -216px 0;
	opacity: 0.5;
}
.custom-tree-control .is-checked ul .checkbox_square-gray {
	background-position: -96px 0;
	opacity: 0.5;
}
.custom-tree-control .custom-control-label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0;
	font-weight: 400;
}
.custom-tree-control li .custom-tree-ico {
	width: 30px;
	height: 30px;
	background: #dfe0e3;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: block;
	margin-left: auto;
	transition: transform .2s;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}
.custom-tree-control li.has-child > .custom-tree-ico {
	/*background: #9c9fab;*/ /*gray*/
	background: #db020a; /*red*/
}
.custom-tree-control li.has-child .custom-tree-ico:before,
.custom-tree-control li.has-child li.has-child .custom-tree-ico:before,
.custom-tree-control li.has-child li.has-child li.has-child .custom-tree-ico:before,
.custom-tree-control li.has-child li.has-child li.has-child li.has-child .custom-tree-ico:before {
	content: "\f068";
}
.custom-tree-control li.has-child .custom-tree-ico.collapsed:before,
.custom-tree-control li.has-child li.has-child .custom-tree-ico.collapsed:before,
.custom-tree-control li.has-child li.has-child li.has-child .custom-tree-ico.collapsed:before {
	content: "\f067";
}
.custom-tree-control li.has-child li .custom-tree-ico:before,
.custom-tree-control li.has-child li.has-child li .custom-tree-ico:before,
.custom-tree-control li.has-child li.has-child li.has-child li .custom-tree-ico:before {
	content: "";
}
.custom-tree-control li {
	padding: 0 0 0 30px;
	position: relative;
}
.custom-tree-control .custom-tree-item:hover {
	background-color: #fefdef;
}
.custom-tree-control .custom-tree-item {
	display: flex;
	align-items: center;
	min-height: 30px;
	line-height:26px;
	padding: 2px 10px 2px 10px;
	background-color: #ffffff;
	margin: 0 0 3px 0;
}
.custom-tree-control .custom-tree-item .custom-control,
.custom-tree-control .custom-tree-item .item-label {
	flex: 1 1 auto;
	min-height: auto;
}
.custom-tree-control .custom-control-label:before {
	background-color: #ffffff;
}
.custom-tree-control .custom-tree-item .tile {
	flex: 0 0 auto;
}
.custom-tree-control .custom-tree-item .custom-radio,
.custom-tree-control .custom-tree-item .custom-checkbox {
	display: flex;
}
.custom-tree-control .custom-tree-item .custom-radio .iradio_square-gray,
.custom-tree-control .custom-tree-item .custom-checkbox .icheckbox_square-gray {
	flex: 0 0 auto;
}
.custom-tree-control .custom-tree-item .custom-radio .custom-control-label,
.custom-tree-control .custom-tree-item .custom-checkbox .custom-control-label {
	flex: 1 1 auto;
}

/*ou role matrix*/

.ou_role_matrix,
.ou_role_matrix ul {
	padding: 0;
	list-style-type: none;
}
.ou_role_matrix .ou_role_row  {
	display: flex;
	/*align-items: center;*/
	min-height: 30px;
	line-height:26px;
	padding: 5px 10px;
	background-color: #ffffff;
	margin: 0 0 3px 0;
}
.ou_role_matrix .ou_role_row:hover {
	background-color: #fefdef;
}
.ou_role_matrix .ou_role_row .ou_name {
	flex: 0 0 auto;
	width: 300px;
}
.ou_role_matrix .ou_role_row .ou_role {
	flex: 1 1 100px;
	min-height: auto;
	text-align: center;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-uzivatel {
    order: 2;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-schvalovatel {
    order: 5;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-sprava_uzivatelu {
    order: 8;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-uzivatel_hry {
    order: 3;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-schvalovatel_hry {
    order: 6;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-uzivatel_rbs {
    order: 4;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-schvalovatel_rbs {
    order: 7;
}
.ou_role_matrix .ou_role_row .ou_role.col-role-api_rbs {
    order: 1;
}
.ou_role_matrix .role_name  {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9;
}
.ou_role_matrix .role_name .ou_role_row  {
	border-bottom: 2px solid #db020a;
}
.ou_role_matrix .role_name .ou_role_row:hover {
	background-color: #ffffff;
}
.ou_role_matrix .has-child li .ou_name {
	padding-left: 20px;
}
.ou_role_matrix .has-child li.has-child li .ou_name {
	padding-left: 40px;
}
.ou_role_matrix .has-child li.has-child li.has-child li .ou_name {
	padding-left: 60px;
}
.ou_role_matrix .has-child > .ou_role_row {
	/*background-color: #fefefe;*/
}
.ou_role_matrix .has-child > .ou_role_row > .ou_name {
	font-weight: 600;
	text-transform: uppercase;
}


/*side menu*/
.side-menu {
	height: 100%;
	/*overflow-y: auto;*/
}
.side-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.side-menu .menu.menu-root > li > a {
    text-transform: uppercase;
}
.side-menu .menu > .menu-item > .menu .menu-link {
    padding-left: 47px;
    line-height: 15px;
}
.side-menu .menu .menu-item {
	border-left: 3px solid transparent;
}
.side-menu .menu .menu-item .menu-item {
	border: none;
}
.side-menu .menu .menu-item:hover {
    color: #ffffff;
	background: #353847;
	border-left-color: #db020a;
}
.side-menu .menu > .menu-item.has-active {
    color: #ffffff;
	background: #353847;
	border-left-color: #db020a;
}
.side-menu .menu > .menu-item.has-active .menu-item.has-active,
.side-menu .menu .menu-item .menu-item:hover {
	border: none;
}

.side-menu .menu-link {
	line-height: 22px;
    padding: 12px 15px 12px 12px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
    color: #cccccc;
    text-decoration: none;
}
.side-menu .menu .menu-item .menu-link:hover {
    color: #ffffff;
}
.side-menu .menu > .menu-item.has-active > .menu-link {
    color: #ffffff;
}
.side-menu .menu-item.has-active > .menu-link {
    color: #ffffff;
}
.side-menu .menu > .menu-item > .menu-link {
    color: #cccccc;
}
.side-menu .menu-item.has-active.has-child > .menu-link {
    font-weight: 400;
}
.side-menu .menu-link > i {
    width: 35px;
    text-align: center;
    font-size: 17px;
	vertical-align: middle;
}
.side-menu .menu-link > i:before {
	display: block;
	width: 25px;
	text-align: center;
	height: 21px;
}
.side-menu .menu > .menu-item > .menu .menu-link > i {
	display: none;
}
.side-menu .menu > .menu-item > .menu .menu-link {
    position: relative;
	color: #999999;
}
.side-menu .menu > .menu-item  > .menu .menu-item.has-active .menu-link,
.side-menu .menu > .menu-item  > .menu .menu-item .menu-link:hover {
	color: #ffffff;
}
.side-menu .menu .menu-item .menu-link {
 display:flex;
color: #cccccc;
margin-bottom: 2px;
}
.side-menu .menu .menu-item .menu-link[data-toggle="collapse"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: block;
	margin-left: auto;
	content: "\f078";
	transition: transform .2s;
}
.side-menu .menu .menu-item .menu-link[data-toggle=collapse][aria-expanded=true]:after {
 transform:rotate(-180deg)
}
/*.sidebar-mini .aside .side-menu {
	overflow: hidden;
}
.sidebar-mini .side-menu .menu-text {
	display: none;
	transition: all 0.3s ease;
}
.sidebar-mini .side-menu .menu-link {
	padding: .5rem 0 .5rem 2rem;
}
.sidebar-mini .side-menu .menu .menu-item .menu-link[data-toggle="collapse"]:after,
.sidebar-mini .side-menu .menu .menu-item .menu-link[data-toggle=collapse][aria-expanded=true]:after {
	display: none;
}
.sidebar-mini .side-menu .menu > .menu-item > .menu {
	display: none;
}

.sidebar-mini .aside:hover .side-menu {
	overflow-y: auto;
}
.sidebar-mini .aside:hover .side-menu .menu-text {
	display: block;
	transition: all 0.3s ease;
}
.sidebar-mini .aside:hover .side-menu .menu-link {
	padding: .5rem 2rem;
}
.sidebar-mini .aside:hover .side-menu .menu > .menu-item > .menu .menu-link {
    padding-left: 5.3rem;
}
.sidebar-mini .aside:hover .side-menu .menu .menu-item .menu-link[data-toggle="collapse"]:after,
.sidebar-mini .aside:hover .side-menu .menu .menu-item .menu-link[data-toggle=collapse][aria-expanded=true]:after {
	display: block;
}
.sidebar-mini .aside:hover .side-menu .menu > .menu-item > .menu {
	display: inherit;
}
.sidebar-mini .aside:hover .side-menu .menu > .menu-item > .menu.collapse:not(.show) {
    display: none;
}*/

/*sticky footer button bar*/
.skin-admin .content-wrapper {
	display: flex;
	flex-direction: column;
}
.skin-admin .content-header {
	flex: 0 0 auto;
}
.skin-admin .content {
	flex: 1 1 auto;
  margin-right: 0;
  margin-left: 0;
}
.skin-admin .content .form-flex {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.skin-admin .content .form-flex .form-wrap {
	flex: 1 1 auto;
	padding-bottom: 90px;
}
.skin-admin .form-group.sticky-form-bar {
	flex: 0 0 auto;
}

/*list-group*/
.list-group-item {
	position: relative;
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 0;
}
.list-group-item.ou-item {
	background: transparent;
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.skin-advert-check .checkbox label {
	padding-left: 0;
}
.form-group.field-type-image.form-inline-block {
	max-width: 200px;
}
.form-inline-block {
	display: inline-block;
	margin-right: 20px;
}
.skin-admin .btn-default i {
	padding-right: 5px;
}
.skin-admin .advertUrl {
    padding-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.skin-admin .advertUrl .advertNone{
    color: #db020a;
	padding-left: 5px;
}
.skin-admin .advertUrl .advertUrlFilled{
    color: #878a98;
	padding-left: 5px;
}
.hraParams .list-group-item,
.skinParams .list-group-item {
	padding: 10px 15px;
}
.skinParams {
    max-width: 1200px;
}
.skinParams .form-group {
    margin-bottom: 10px;
}

.skin-admin .uni-dialog .kampan-header {
	margin: 0 0 20px 0;
	padding: 10px 15px;
	background: #f7f7f7;
}
.skin-admin .uni-dialog .kampan-header p {
	margin: 0 0 10px 0;
}
.skin-admin .uni-dialog .kampan-header span {
	padding-right: 10px;
	font-weight: 600;
}
.skin-admin .uni-dialog .dialog-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.skin-admin .uni-dialog.page-detail-dialog .dialog-title {
	text-transform: inherit;
}
.skin-admin .uni-dialog .schval-text {
	font-weight: 600;
}
.skin-admin .uni-dialog .schval-dialog-left {
	width: 420px;
	float: left;
	padding-right: 20px;
}
.skin-admin .uni-dialog .schval-dialog-right {
	border-left: 1px solid #f4f4f4;
	padding-left: 20px;
	width: 490px;
	float: right;
	height: 300px;
	overflow: auto;
}
.skin-admin .uni-dialog .schval-dialog-left textarea {
	border: 1px solid #cccccc;
	height: 150px;
	width: 398px;
	padding: 10px;
}


.skin-admin .uni-dialog .form-group {
	margin-bottom: 0;
}
.skin-admin .uni-dialog .form-group.video-url-sd1 {
	margin-bottom: 20px;
}
.uni-dialog .dialog-content ul.activeRanges {
	min-width: 400px;
}
.uni-dialog .dialog-content ul.activeRanges li {
	position: relative;
	padding: 0 0 5px 20px;
}
.uni-dialog .dialog-content ul.activeRanges li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #db020a;
}

/*homepage*/
.skin-admin .home-content {
	text-align: center;
}
.skin-admin .home-content .opening-text {
	width: 60%;
	margin: 50px auto 50px auto;
	font-size: 18px;
}
.skin-admin .home-content .form-group {
	margin: 0 auto 50px auto;
	/*max-width: 100%;*/
}
.skin-admin .home-content .home-thumbnail {
	max-width: 100%;
	height: auto;
}


/*chart*/
.chart-line {
  /*max-width: 580px;*/
}
.content-title {
	background-color: #ffffff;
	padding: 20px 15px;
	font-size: 18px;
}
.content-title-name {
	font-size: 24px;
	font-weight: 600;
}
.content-title-date {
	font-size: 24px;
	font-weight: 600;
}
.container-1200 {
	max-width: 1200px;
	margin: 0 0 30px;
}
.stats-block {
	background-color: #ffffff;
	padding: 0 0 15px 0;
}
.box-info {
	padding: 20px 15px 15px 15px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.box-info .box-value {
	font-size: 36px;
	font-weight: 700;
	position: relative;
	text-align: right;
	margin: 5px 10px 0 10px;
}
.box-info .box-value i {
	position: absolute;
	left: 0;
	top: 10px
}





.box-info.box-light-blue1 .box-value,
.box-info.box-light-blue2 .box-value,
.box-info.box-light-blue3 .box-value {
	font-size: 30px;
	text-align: center;
}

.box-red {
	background-color: #eb2228;
}
.box-green {
	background-color: #94d700;
}
.box-yellow {
	background-color: #ffbc00;
}
.box-blue {
	background-color: #008dff;
}
.box-light-blue1 {
	background-color: #eef7fe;
	color: #333333;
}
.box-light-blue2 {
	background-color: #dcefff;
	color: #333333;
}
.box-light-blue3 {
	background-color: #008dff;
}
.box-icon {
	color: #f6f5f7;
	font-size: 80px;
	padding: 0;
}

.stats-data {
	padding: 15px;
}
.stats-line {
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid #f6f5f7;
}
.stats-data .odd {
	background-color: #f6f5f7;
}
.stats-line-label {
	display: inline-block;
	width: 74%;
}
.stats-line-value {
	display: inline-block;
	text-align: right;
	width: 25%;
	font-size: 22px;
}
.stats-data .legend-items li:nth-child(2n+1) {
	background-color: #f6f5f7;
}
/*.block-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	padding: 5px 15px 10px 15px;
	border-bottom: 2px solid #db020a;
}*/
.block-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	padding: 10px 15px 10px 15px;
	background: #70737e;
	color: #ffffff;
}
/*.table-img {
    display: block;
    background-image: url(../img/tabulka.jpg);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 100%;
    height: 227px;
}*/
/*.table-img2 {
    display: block;
    background-image: url(../img/tabulka_mapa.jpg);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 100%;
    height: 227px;
}*/
/*.map-img {
    display: block;
    background-image: url(../img/mapa.jpg);
    background-repeat: no-repeat;
    background-position: 0 center;
	background-size: contain;
    width: 100%;
    height: 620px;
}*/
.stats-map {
	padding: 15px;
}
.stats-map img {
	max-width: 100%;
	height: auto;
}
.map-legend {
	text-align: right;
	padding: 10px 0 0 0;
}
.map-legend .legend-data-line {
	width: 150px;
	height: 20px;
	display: inline-block;
	margin: 0 5px;
    background-image: url(../img/gradient-label.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.map-legend .legend-data-from,
.map-legend .legend-data-to {
	display: inline-block;
	line-height: 20px;
	vertical-align: super;
}

.col-custom-5 {
	width: 5%;
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 5px;
	float: left;
}
.col-custom-30 {
	width: 30%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.legend-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.legend-text p,
.legend-text li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: italic;
}
.legend-name {
	width: 34%;
	padding: 10px;
	display: inline-block;
	font-weight: 600;
	border-right: 2px solid #ffffff;
}
.legend-description {
	width: 65%;
	padding: 10px;
	display: inline-block;
}
.legend-text p.notice {
	margin: 30px 0 0 0;
	font-size: 16px;
	font-weight: 600;
}
.koef-ranges {
	padding: 0;
	list-style-type: none;
	margin: 10px 0;
	font-style: italic;
}
.koef-ranges li  {
    padding: 0 0 5px 0;
}
.koef-ranges li .range-date {
    min-width: 150px;
    display: inline-block;
}
.koef-ranges li .range-koef {
    font-weight: 600;
}
.skin-admin .apexcharts-toolbar {
	z-index: 9;
}
.stats-date-select {
	display: flex;
}
.stats-date-select .input-daterange {
	margin-top: 7px;
}
.skin-admin .stats-date-select button {
	margin: 0 0 0 15px;
}


/*statistics-map*/
.svg-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 53%;
}
.svg-map svg {
	position: absolute;
	left: 0;
	top: 0;
}
.svg-map-info {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	display: none;
	margin: 20px;
	padding: 10px;
	min-width: 380px;
}
.svg-map-info-label {
	display: inline-block;
	width: 200px;
	font-weight: 600;
}

/*data tables*/
div.dataTables_wrapper div.dataTables_info {
	padding-top: 20px;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin-top: 10px;
}
.dataTables_scrollBody {
	border-bottom: 1px solid #dddddd;
}
.skin-admin div.dataTables_scrollBody > .table {
	border-bottom: none;
}


@media (max-width: 1440px) {

.col-md-3 .box-title {
	min-height: 54px;
}
.box-info .box-value {
	font-size: 24px;
}
.box-info .box-value i {
	top: 6px
}
.stats-line {
	font-size: 16px;
}
.stats-line-value {
	font-size: 18px;
	font-weight: 600;
}
.svg-map-info {
	margin-top: 0;
	margin-right: 0;
}
}

@media (max-width: 1360px) {
.svg-map-info {
	min-width: 310px;
	font-size: 13px;
}
.svg-map-info-label {
	width: 150px;
}
}

/*styly pdf*/
@media (min-width: 1279px) and (max-width: 1280px) {
.col-md-3 .box-title {
	min-height: 54px;
	padding: 0 20px;
}
.box-info .box-value i {
	top: 0;
	font-size: 36px;
}
.pdf-page-break {
	page-break-before: always;
	width: 100%;
	height: 20px;
}
.koef-ranges li .range-date {
	width: 230px;
}
#okres-table_wrapper table.dataTable tr {
	page-break-inside: avoid;
}
}

/* inline form v OU */
.ou-config .form-inline .icheckbox_square-gray {
  margin-top: 6px;
  margin-bottom: 6px;
}

.stats-custom-table {
    padding: 0 15px;
}
.stats-flex {
    display: flex;
}

.stats-flex .stats-block {
    height: 100%;
}

.stats.stats-secondary {
    background-color: #505f8f;
}
.tab-pane {
    min-height: 450px;
}

.input-daterange.input-group .btn.btn-default {
    margin-left: 10px;
    padding: 5px 15px;
}

.input-daterange.input-group .btn.btn-default i {
    padding-right: 0;
}
